home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Interface / Butler.dmg / Butler.app / Contents / Resources / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-01-24  |  4.0 KB  |  240 lines

  1. body {
  2.     background-color: #ffffff;
  3.     margin: 0px;
  4.     padding: 0px;
  5.     color: #000000;
  6.     font-family: lucida grande, helvetica, arial;
  7.     font-size: 11px;
  8.     line-height: 160%
  9. }
  10.  
  11. #sidebar {
  12.     top: 0;
  13.     left: 0;
  14.     width: 150px;
  15.     height: 100%;
  16.     padding: 10px;
  17.     border-right: 1px #cccccc solid;
  18.     color: #666666;
  19.     background-color: #f0f4ff;
  20.     overflow: auto;
  21.     float:none;
  22.     position: fixed
  23. }
  24.  
  25. .sidebarcontentheader {
  26.     color: #666666;
  27.     border: 1px solid #d8e0f0;
  28.     margin-top: 6px;
  29.     padding-left: 5px;
  30.     padding-top: 1px;
  31.     padding-right: 5px;
  32.     padding-bottom: 1px;
  33.     font-weight: bold
  34. }
  35. .activesidebarcontentheader {
  36.     color: #a8b0d0;
  37.     background-color: #e8eeff;
  38.     border: 1px solid #c8d0e0;
  39.     margin-top: 6px;
  40.     padding-left: 5px;
  41.     padding-top: 1px;
  42.     padding-right: 5px;
  43.     padding-bottom: 1px;
  44.     font-weight: bold
  45. }
  46. .sidebarcontentsubheader {
  47.     margin-top: 16px;
  48.     line-height: 150%;
  49.     font-size: 9px;
  50.     color: #666666
  51. }
  52. .sidebarcontentbody {
  53.     border-left: 1px solid #c8d0e0;
  54.     border-top: 0px;
  55.     border-right: 1px solid #c8d0e0;
  56.     border-bottom: 1px solid #c8d0e0;
  57.     padding-left: 5px;
  58.     padding-top: 2px;
  59.     padding-right: 5px;
  60.     padding-bottom: 2px;
  61.     font-size: 11px;
  62.     font-weight: normal;
  63.     color: #666666;
  64.     background-color: #f8faff
  65. }
  66.  
  67. #content {
  68.     margin-left: 171px;
  69.     margin-top: 0px;
  70.     margin-right: 0px;
  71.     margin-bottom: 0px;
  72.     padding: 10px;
  73.     position: static
  74. }
  75.  
  76. h1 {
  77.     padding-left: 0px;
  78.     padding-top: 0px;
  79.     padding-right: 0px;
  80.     padding-bottom: 6px;
  81.     margin-left: 0px;
  82.     margin-top: 0px;
  83.     margin-right: 0px;
  84.     margin-bottom: 12px;
  85.     color: #444444;
  86.     font-size: 14px;
  87.     font-weight: normal;
  88.     border-bottom: 1px solid #e0e0e0;
  89.     text-shadow: 0px 1px 2px #aaaaaa
  90. }
  91. h2 {
  92.     margin-left: 0px;
  93.     margin-top: 20px;
  94.     margin-right: 0px;
  95.     margin-bottom: 7px;
  96.     color: #333333;
  97.     font-size: 11px;
  98.     font-weight: bold
  99. }
  100.  
  101. p {
  102.     padding: 0px;
  103.     margin: 0px
  104. }
  105.  
  106. ul {
  107.     padding-left: 17px;
  108.     margin-left: 0px
  109.     padding-top: 0px;
  110.     margin-top: 0px;
  111.     padding-bottom: 0px;
  112.     margin-bottom: 0px
  113. }
  114. ol {
  115.     padding-left: 20px;
  116.     margin-left: 0px
  117.     padding-top: 0px;
  118.     margin-top: 0px;
  119.     padding-bottom: 0px;
  120.     margin-bottom: 0px
  121. }
  122.  
  123. a:link, a:visited {
  124.     color: #0000aa;
  125.     text-decoration: none
  126. }
  127. a:hover, a:active {
  128.     color: #0000aa;
  129.     text-decoration: underline
  130. }
  131.  
  132. .questionbox {
  133.     margin-left: 0px;
  134.     margin-top: 32px;
  135.     margin-right: 0px;
  136.     margin-bottom: 12px;
  137.     padding-left: 5px;
  138.     padding-top: 2px;
  139.     padding-right: 5px;
  140.     padding-bottom: 3px;
  141.     background-color: #f8faff;
  142.     border: 1px solid #e0e0e0
  143. }
  144. a.question, a.question:link, a.question:visited, a.question:hover, a.question:active {
  145.     color: #000000;
  146.     text-decoration: none
  147. }
  148.  
  149. hr.contentruler {
  150.     height: 1px;
  151.     color: #ffffff;
  152.     border-left: 1px solid #ffffff;
  153.     border-top: 1px solid #ffffff;
  154.     border-right: 1px solid #ffffff;
  155.     border-bottom: 1px dashed #999999
  156. }
  157.  
  158. .comment {
  159.     line-height: 150%;
  160.     font-size: 9px;
  161.     color: #666666
  162. }
  163.  
  164. .footer {
  165.     margin-top: 20px;
  166.     line-height: 120%;
  167.     font-size: 9px;
  168.     color: #666666
  169. }
  170. a.footerlink:link, a.footerlink:visited {
  171.     color: #666666;
  172. }
  173. a.footerlink:hover, a.footerlink:active {
  174.     color: #000099;
  175.     text-decoration: underline
  176. }
  177.  
  178. .highLineHeight {
  179.     line-height: 140%
  180. }
  181. .higherLineHeight {
  182.     line-height: 180%
  183. }
  184.  
  185. .bottommargin {
  186.     margin-bottom: 10px
  187. }
  188.  
  189. .headerbutton {
  190.     border: 1px solid #cccccc;
  191.     padding-left: 5px;
  192.     padding-top: 1px;
  193.     padding-right: 5px;
  194.     padding-bottom: 1px;
  195.     font-size: 11px;
  196.     font-weight: normal;
  197.     color: #666666;
  198.     background-color: f8f8f8
  199. }
  200.  
  201. .screenshotleft {
  202.     border: 1px solid #cccccc;
  203.     margin-left: 0px;
  204.     margin-top: 4px;
  205.     margin-right: 10px;
  206.     margin-bottom: 10px
  207. }
  208. .screenshotright {
  209.     border: 1px solid #cccccc;
  210.     margin-left: 10px;
  211.     margin-top: 4px;
  212.     margin-right: 0px;
  213.     margin-bottom: 10px
  214. }
  215.  
  216. .boxheader {
  217.     border: 1px solid #e0e0e0;
  218.     padding-left: 5px;
  219.     padding-top: 1px;
  220.     padding-right: 5px;
  221.     padding-bottom: 1px;
  222.     font-size: 11px;
  223.     font-weight: normal;
  224.     color: #666666;
  225.     background-color: #f8f8f8
  226. }
  227. .boxbody {
  228.     border-left: 1px solid #e0e0e0;
  229.     border-top: 0px;
  230.     border-right: 1px solid #e0e0e0;
  231.     border-bottom: 1px solid #e0e0e0;
  232.     padding-left: 5px;
  233.     padding-top: 2px;
  234.     padding-right: 5px;
  235.     padding-bottom: 6px;
  236.     font-size: 11px;
  237.     font-weight: normal;
  238.     color: #666666
  239. }
  240.